box-ui-elements
Version:
Box UI Elements
31 lines (27 loc) • 3.08 kB
Flow
// @flow
/* eslint-disable react/jsx-sort-props */
import * as React from 'react';
import * as vars from '../../styles/variables';
import AccessibleSVG from '../../icons/accessible-svg';
import type { Icon } from '../../icons/flowTypes';
/**
* This is an auto-generated component and should not be edited
* manually in contributor pull requests.
*
* If you have problems with this component:
* - https://github.com/box/box-ui-elements/issues/new?template=Bug_report.md
*
* If there are missing features in this component:
* - https://github.com/box/box-ui-elements/issues/new?template=Feature_request.md
*/
const FileNumbers16 = (props: Icon) => (
<AccessibleSVG width={16} height={16} viewBox="0 0 16 16" {...props}>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M2 11.529a18.519 18.519 0 01.001-.184c.002-.062.006-.123.017-.184a.618.618 0 01.164-.322.585.585 0 01.323-.165c.06-.011.121-.015.183-.017h.084l.1-.001h.47a16.609 16.609 0 01.185.001c.06.002.122.006.183.017a.616.616 0 01.322.165.587.587 0 01.165.322c.01.06.014.122.016.184l.001.084v2.103l-.001.084a1.224 1.224 0 01-.016.183.62.62 0 01-.165.323.584.584 0 01-.322.165c-.06.01-.122.014-.183.016l-.084.001H2.77l-.083-.001a1.207 1.207 0 01-.183-.016.616.616 0 01-.323-.165.586.586 0 01-.164-.323A1.224 1.224 0 012 13.616v-.084l-.001-.1v-1.903zM4.928 8.453v-.1l.002-.085c.001-.06.005-.122.016-.183a.62.62 0 01.165-.322.585.585 0 01.322-.166c.06-.01.122-.014.183-.016H5.7l.1-.001h.471a16.609 16.609 0 01.184.001c.061.002.123.006.183.016a.617.617 0 01.322.166.586.586 0 01.165.322c.01.06.015.122.016.183l.001.085V13.616a1.224 1.224 0 01-.017.183.62.62 0 01-.165.323.586.586 0 01-.322.165c-.06.01-.122.014-.183.016l-.084.001H5.7l-.084-.001a1.207 1.207 0 01-.183-.016.616.616 0 01-.322-.165.587.587 0 01-.165-.323 1.222 1.222 0 01-.016-.183l-.002-.084v-5.08zM7.857 2.873v-.1c0-.028 0-.056.002-.084.001-.062.005-.123.016-.184a.62.62 0 01.165-.322.585.585 0 01.322-.165c.06-.011.122-.015.183-.017h.084l.1-.001H9.2a18.45 18.45 0 01.184.001c.06.002.122.006.183.017a.617.617 0 01.322.165.586.586 0 01.165.322c.01.06.014.122.016.184l.001.084V13.532l-.001.084a1.238 1.238 0 01-.016.183.619.619 0 01-.165.323.587.587 0 01-.322.165c-.06.01-.122.014-.183.016l-.084.001H8.629l-.084-.001a1.234 1.234 0 01-.183-.016.619.619 0 01-.322-.165.587.587 0 01-.165-.323 1.224 1.224 0 01-.016-.183l-.002-.084V2.872zM10.785 6.02v-.1l.002-.084c.002-.06.005-.123.016-.183a.62.62 0 01.165-.323.586.586 0 01.322-.165c.06-.01.122-.014.183-.016l.084-.001h.571a18.426 18.426 0 01.184.001c.061.002.123.005.183.016a.615.615 0 01.322.165.587.587 0 01.165.323c.011.06.015.122.016.183A3.938 3.938 0 0113 6.02v7.512c0 .028 0 .056-.002.084a1.224 1.224 0 01-.016.183.62.62 0 01-.165.323.585.585 0 01-.322.165c-.06.01-.122.014-.183.016a3.92 3.92 0 01-.084.001H11.557l-.084-.001a1.208 1.208 0 01-.183-.016.617.617 0 01-.322-.165.585.585 0 01-.165-.323 1.213 1.213 0 01-.016-.183 3.94 3.94 0 01-.001-.084V6.02z"
fill={vars.bdlGray50}
/>
</AccessibleSVG>
);
export default FileNumbers16;