@orfeas126/box-ui-elements
Version:
Box UI Elements
45 lines (41 loc) • 2.67 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 CustomSetup32 = (props: Icon) => (
<AccessibleSVG width={32} height={32} viewBox="0 0 32 32" {...props}>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M0 7.692v16.616c0 2.675.278 3.645.801 4.622A5.452 5.452 0 003.07 31.2c.978.522 1.948.801 4.623.801h16.616c2.675 0 3.645-.279 4.622-.801A5.452 5.452 0 0031.2 28.93c.522-.977.801-1.947.801-4.622V7.692c0-2.675-.279-3.645-.801-4.623A5.452 5.452 0 0028.93.801C27.953.278 26.983 0 24.308 0H7.692C5.017 0 4.047.278 3.069.801A5.452 5.452 0 00.801 3.07C.278 4.047 0 5.017 0 7.692z"
fill={vars.bdlDarkBlue}
/>
<path
d="M11.562 11.149a2.528 2.528 0 00-.866-.813l-.001.001a3.973 3.973 0 00-.695-.35l.153-.057c.242-.104.477-.225.705-.36a2.6 2.6 0 00.838-.889c.123-.22.231-.447.324-.681v.046c.105.268.233.528.38.776.22.354.528.644.896.842.228.123.466.236.704.34l-.229.105a3.811 3.811 0 00-.695.378c-.3.21-.554.48-.742.795a6.88 6.88 0 00-.353.718l-.056-.132a5.018 5.018 0 00-.363-.72z"
fill="#fff"
/>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M19.708 12.15a1.607 1.607 0 102.273 2.272l2.59-2.59a4.803 4.803 0 01.426 2.156l.002.137a4.76 4.76 0 01-1.506 3.563 5.2 5.2 0 01-3.577 1.437 4.818 4.818 0 01-1.318-.187l-.69-.188-.502.5-4.205 4.188a1.825 1.825 0 01-2.636 0 1.696 1.696 0 01-.564-1.313 1.794 1.794 0 01.565-1.312l4.204-4.188.502-.5-.188-.687a4.74 4.74 0 01-.188-1.313 5.295 5.295 0 011.505-3.687A5.203 5.203 0 0120.092 9L20.18 9c.779 0 1.514.185 2.166.513l-2.637 2.636z"
fill="#fff"
/>
<path
d="M8.21 15.37a1.832 1.832 0 00-.633-.619A5.166 5.166 0 007 14.426c.194-.076.495-.17.673-.275.264-.157.489-.376.654-.64.087-.166.163-.325.24-.511.074.2.168.39.28.57.16.271.384.494.653.65.154.109.323.194.5.255l-.21.089c-.182.08-.358.18-.52.295-.218.16-.402.365-.54.6a4.716 4.716 0 00-.249.541c-.08-.186-.169-.456-.27-.63z"
fill="#fff"
/>
</AccessibleSVG>
);
export default CustomSetup32;