@orfeas126/box-ui-elements
Version:
Box UI Elements
35 lines (31 loc) • 2.34 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 BoxSign28 = (props: Icon) => (
<AccessibleSVG width={28} height={28} viewBox="0 0 28 28" {...props}>
<g fill="none" fillRule="evenodd">
<path
fill={vars.bdlDarkBlue}
d="M0 7.692v12.616c0 2.675.278 3.645.801 4.623a5.452 5.452 0 002.268 2.268c.978.523 1.948.801 4.623.801h12.616c2.675 0 3.645-.278 4.623-.801a5.452 5.452 0 002.268-2.268c.523-.978.801-1.948.801-4.623V7.692c0-2.675-.278-3.645-.801-4.623A5.452 5.452 0 0024.93.801C23.953.278 22.983 0 20.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"
/>
<path
fill={vars.white}
d="M21.5 21a.5.5 0 010 1h-15a.5.5 0 110-1h15zM12 6c1.936 0 3.192 2.265 2.997 4.584-.14 1.652-1.278 3.625-2.87 5.267l-.11.111.078.123c.359.54.793.863 1.282.91L13.5 17c.394 0 .73-.251 1.179-.887l.197-.295.35-.544.155-.226.142-.193C15.94 14.32 16.381 14 17 14c.674 0 1.139.39 1.468.983.077.138.139.266.203.422l.099.258.32.93.07.192.081.185.11-.03c.243-.08.508-.245.796-.507l.146-.14a1 1 0 111.414 1.414C20.867 18.547 19.961 19 19 19c-.674 0-1.138-.39-1.468-.983a3.822 3.822 0 01-.202-.422l-.1-.258-.332-.965-.44.683C15.613 18.32 14.781 19 13.5 19c-1.252 0-2.229-.576-2.948-1.558l-.09-.127-.058.043c-.916.674-1.9 1.21-2.883 1.529l-.246.075a1 1 0 11-.55-1.924c.921-.263 1.867-.797 2.738-1.475l.127-.103-.031-.1c-.36-1.175-.542-2.568-.558-4.079v-.284C9.008 8.197 10.052 6 12 6zm0 2c-.437 0-.994 1.173-1 3.003-.003.963.074 1.854.217 2.638l.038.196.165-.197c.84-1.038 1.427-2.136 1.563-3.045l.02-.179C13.114 9.111 12.499 8 12 8zm5 3a1 1 0 110 2 1 1 0 010-2z"
/>
</g>
</AccessibleSVG>
);
export default BoxSign28;