All files / icons file-code.js

0% Statements 0/14
0% Branches 0/8
0% Functions 0/3
0% Lines 0/3
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19                                     
import React from 'react'
 
const FileCode = (props) => (
  <svg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' {...props}>
    <g id='Symbols' stroke='none' strokeWidth='1' fill='none' fillRule='evenodd'>
      <g id='icn-file-code' fill='#2870B2'>
        <g transform='translate(3.000000, 2.000000)'>
          <path d='M10.7236,12.0527 C10.4776,11.9277 10.1766,12.0307 10.0526,12.2767 L8.0526,16.2767 C7.9296,16.5237 8.0296,16.8237 8.2766,16.9477 C8.3486,16.9837 8.4246,16.9997 8.4996,16.9997 C8.6826,16.9997 8.8596,16.8987 8.9476,16.7237 L10.9476,12.7237 C11.0706,12.4767 10.9706,12.1767 10.7236,12.0527' id='Fill-1' />
          <path d='M6.8535,12.1465 C6.6585,11.9515 6.3415,11.9515 6.1465,12.1465 L4.1465,14.1465 C3.9515,14.3415 3.9515,14.6585 4.1465,14.8535 L6.1465,16.8535 C6.2445,16.9515 6.3725,17.0005 6.4995,17.0005 C6.6275,17.0005 6.7555,16.9515 6.8535,16.8535 C7.0485,16.6585 7.0485,16.3415 6.8535,16.1465 L5.2075,14.5005 L6.8535,12.8535 C7.0485,12.6585 7.0485,12.3415 6.8535,12.1465' id='Fill-3' />
          <path d='M12.1465,12.1465 C11.9515,12.3415 11.9515,12.6585 12.1465,12.8535 L13.7925,14.5005 L12.1465,16.1465 C11.9515,16.3415 11.9515,16.6585 12.1465,16.8535 C12.2445,16.9515 12.3725,17.0005 12.5005,17.0005 C12.6275,17.0005 12.7555,16.9515 12.8535,16.8535 L14.8535,14.8535 C15.0485,14.6585 15.0485,14.3415 14.8535,14.1465 L12.8535,12.1465 C12.6585,11.9515 12.3415,11.9515 12.1465,12.1465' id='Fill-5' />
          <path d='M16,18.5 C16,18.775 15.775,19 15.5,19 L3.5,19 C3.224,19 3,18.775 3,18.5 L3,9 L9,9 C9.551,9 10,8.551 10,8 L10,5 C10,4.449 9.551,4 9,4 L3,4 L3,1.5 C3,1.224 3.224,1 3.5,1 L11,1 L11,4.5 C11,5.327 11.673,6 12.5,6 L16,6 L16,18.5 Z M1,8 L9,8 L9,5 L1,5 L1,8 Z M15.586,5 L12.5,5 C12.224,5 12,4.776 12,4.5 L12,1.414 L15.586,5 Z M16.561,4.561 L12.439,0.439 C12.158,0.158 11.776,0 11.379,0 L3.5,0 C2.671,0 2,0.671 2,1.5 L2,4 L1,4 C0.449,4 0,4.449 0,5 L0,8 C0,8.551 0.449,9 1,9 L2,9 L2,18.5 C2,19.328 2.671,20 3.5,20 L15.5,20 C16.328,20 17,19.328 17,18.5 L17,5.621 C17,5.224 16.842,4.842 16.561,4.561 L16.561,4.561 Z' id='Fill-7' />
        </g>
      </g>
    </g>
  </svg>
)
 
export default FileCode