UNPKG

box-ui-elements

Version:
31 lines (27 loc) 3.34 kB
// @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 BoxAi = (props: Icon) => ( <AccessibleSVG width={17} height={17} viewBox="0 0 17 17" {...props}> <path fillRule="evenodd" clipRule="evenodd" d="M9.773 14.662c-.426.453-1.023.838-1.772.838-.749 0-1.346-.385-1.772-.838-.425-.453-.761-1.052-1.022-1.707a8.547 8.547 0 01-.065-.168l-.183.03c-.717.11-1.422.127-2.04-.003-.618-.13-1.262-.437-1.636-1.064-.375-.627-.328-1.32-.136-1.903.193-.582.561-1.163 1.018-1.709.039-.046.078-.092.119-.138a8.724 8.724 0 01-.119-.138c-.456-.546-.825-1.127-1.018-1.71-.192-.583-.239-1.275.136-1.902.374-.627 1.018-.934 1.636-1.065.618-.13 1.323-.111 2.04-.002l.183.03.065-.168c.26-.656.597-1.254 1.022-1.707C6.655.885 7.252.5 8.001.5c.749 0 1.346.385 1.772.838.425.453.761 1.051 1.022 1.707l.065.168.183-.03c.717-.11 1.421-.128 2.04.003.618.13 1.262.437 1.636 1.064.375.627.328 1.32.136 1.902-.193.583-.562 1.164-1.018 1.71a8.93 8.93 0 01-.118.138c.04.046.08.092.118.138.457.546.825 1.127 1.018 1.71.192.582.239 1.275-.136 1.902-.374.627-1.018.934-1.636 1.064-.618.13-1.323.112-2.04.003l-.183-.03a9.092 9.092 0 01-.065.168c-.26.655-.597 1.255-1.022 1.707zm.071-2.103C9.375 13.757 8.723 14.5 8.001 14.5s-1.374-.743-1.843-1.941A14.872 14.872 0 008 11.916c.631.266 1.251.481 1.843.643zm1.32-.736c1.307.206 2.299.031 2.66-.573.36-.604.021-1.522-.818-2.514-.44.415-.944.826-1.497 1.222a13.651 13.651 0 01-.346 1.865zm1.842-4.56c.84-.991 1.178-1.909.817-2.513-.36-.604-1.352-.78-2.66-.573.152.577.268 1.204.346 1.865.553.396 1.057.807 1.497 1.222zm-1.395.129c.248.202.48.405.695.608-.214.203-.447.406-.695.608a17.463 17.463 0 000-1.216zm-1.085-.802a16.12 16.12 0 010 2.82A17.304 17.304 0 018 10.818a17.451 17.451 0 01-2.525-1.41 16.114 16.114 0 010-2.818A17.329 17.329 0 018 5.18a17.457 17.457 0 012.525 1.41zm-.175-1.308c-.057-.31-.123-.606-.198-.886-.288.078-.587.17-.892.278a18.872 18.872 0 011.09.608zM8 4.084a14.879 14.879 0 011.843-.643C9.375 2.243 8.723 1.5 8.001 1.5s-1.374.743-1.843 1.941A14.88 14.88 0 018 4.084zm-2.152.312c.288.078.587.17.892.278a18.905 18.905 0 00-1.09.608c.057-.31.123-.606.198-.886zm-1.01-.219c-1.308-.206-2.3-.031-2.66.573-.361.604-.022 1.522.817 2.514.44-.415.943-.826 1.497-1.222.078-.661.194-1.288.346-1.865zM2.996 8.736c-.84.992-1.179 1.91-.818 2.514.361.604 1.353.779 2.66.573a13.638 13.638 0 01-.345-1.865 14.437 14.437 0 01-1.497-1.222zm1.395-.128c-.248-.202-.48-.405-.695-.608.215-.203.447-.406.695-.608a17.475 17.475 0 000 1.216zm1.26 2.11c.057.31.123.605.198.886.288-.078.587-.17.892-.278a18.703 18.703 0 01-1.09-.608zm4.502.886a12.69 12.69 0 01-.892-.278 18.686 18.686 0 001.09-.608c-.057.31-.123.605-.198.886z" fill={vars.bdlGray} /> </AccessibleSVG> ); export default BoxAi;