box-ui-elements
Version:
Box UI Elements
30 lines (26 loc) • 2.74 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 CoAuthoringBadge16 = (props: Icon) => (
<AccessibleSVG width={16} height={16} viewBox="0 0 16 16" {...props}>
<path
fill={vars.bdlGray}
fillRule="evenodd"
d="M8 1a7 7 0 110 14A7 7 0 018 1zm0 1a6 6 0 100 12A6 6 0 008 2zm3.724 6.574l.572.523-2.932 2.669-.654.226a.13.13 0 01-.137-.03c-.032-.028-.046-.06-.042-.094l.01-.035.248-.59 2.935-2.669zm-6.135-.416c.273 0 .539.033.797.098.259.065.497.161.715.288-.086.05-.163.105-.23.164-.067.06-.13.124-.187.192a2.263 2.263 0 00-.702-.223 2.597 2.597 0 00-1.17.09c-.246.08-.462.187-.65.322a1.647 1.647 0 00-.444.46.99.99 0 00-.161.533c0 .028.007.049.023.062.01.009.025.014.043.017l.03.002h2.435c-.012.1.01.196.063.288.04.068.09.124.15.167l.064.039H3.71c-.237 0-.415-.045-.533-.134C3.059 10.433 3 10.3 3 10.12c0-.257.067-.502.201-.736.134-.235.32-.444.557-.63.237-.184.511-.33.824-.437.312-.106.648-.16 1.007-.16zm3.934.095c.44 0 .837.06 1.189.18.178.06.343.13.496.21L9.865 9.778l-.855.79H7.397c-.23 0-.4-.026-.515-.075l-.061-.033a.355.355 0 01-.164-.317c0-.2.066-.41.198-.629.132-.219.323-.424.573-.615.25-.192.552-.348.905-.467.353-.12.75-.18 1.19-.18zm3.023-.313a.29.29 0 01.176.047l.053.041.126.117c.069.065.101.135.099.209a.272.272 0 01-.066.162l-.048.051-.306.276-.577-.52.308-.278a.382.382 0 01.235-.105zM5.593 5.29a1.3 1.3 0 011.111.62c.116.19.174.4.174.628 0 .235-.058.45-.174.644a1.331 1.331 0 01-.467.465c-.195.117-.41.175-.644.175a1.23 1.23 0 01-.645-.173 1.347 1.347 0 01-.465-.462 1.21 1.21 0 01-.176-.642c0-.229.058-.438.174-.629.116-.19.271-.342.465-.456.194-.113.41-.17.647-.17zM9.523 5c.244 0 .47.058.677.175.207.116.373.275.497.475.125.2.187.427.187.68 0 .258-.062.491-.187.698-.124.207-.29.37-.495.492-.206.12-.432.18-.679.18-.244 0-.47-.06-.677-.18a1.404 1.404 0 01-.499-.492 1.307 1.307 0 01-.188-.692c0-.25.062-.477.188-.68A1.381 1.381 0 019.523 5zm-3.93.784a.694.694 0 00-.372.103.777.777 0 00-.267 1.05.79.79 0 00.269.282c.112.071.236.106.37.106a.681.681 0 00.37-.106.802.802 0 00.373-.68.758.758 0 00-.372-.653.715.715 0 00-.371-.102z"
/>
</AccessibleSVG>
);
export default CoAuthoringBadge16;