@orfeas126/box-ui-elements
Version:
Box UI Elements
29 lines (25 loc) • 3.32 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 SignOthers32 = (props: Icon) => (
<AccessibleSVG width={32} height={32} viewBox="0 0 32 32" {...props}>
<path
fill={vars.bdlGray50}
d="M20.481 16.044c.693 0 1.326-.182 1.9-.547a4.016 4.016 0 001.371-1.468c.34-.614.51-1.298.51-2.051 0-.73-.17-1.397-.51-2.002a3.938 3.938 0 00-1.371-1.442A3.532 3.532 0 0020.48 8c-.693 0-1.328.18-1.904.538A3.961 3.961 0 0017.2 9.984a3.944 3.944 0 00-.502 2.003c0 .753.169 1.437.506 2.05a3.944 3.944 0 001.367 1.465c.574.362 1.21.542 1.909.542zm-9.912.196a3 3 0 001.658-.485 3.555 3.555 0 001.2-1.299 3.675 3.675 0 00.449-1.802c0-.64-.15-1.225-.453-1.753a3.584 3.584 0 00-1.2-1.268 3.018 3.018 0 00-1.654-.476c-.61 0-1.165.159-1.667.476a3.512 3.512 0 00-1.2 1.277 3.461 3.461 0 00-.44 1.753c0 .664.15 1.267.448 1.806.299.54.696.97 1.192 1.29.496.321 1.052.481 1.667.481zm9.912-1.94c-.359 0-.689-.1-.99-.302a2.152 2.152 0 01-.722-.828 2.559 2.559 0 01-.269-1.183c0-.416.09-.794.27-1.135.178-.341.419-.611.72-.81.302-.198.632-.298.991-.298.358 0 .687.1.986.298.298.199.537.467.717.806.179.338.269.714.269 1.13 0 .439-.09.833-.27 1.183-.179.35-.418.628-.716.832a1.707 1.707 0 01-.986.307zm-9.912.214c-.287 0-.55-.082-.789-.245a1.758 1.758 0 01-.573-.663 2.032 2.032 0 01-.215-.943 1.828 1.828 0 01.206-.899c.143-.273.336-.49.578-.65a1.408 1.408 0 011.577 0c.242.16.435.376.578.646.144.27.215.568.215.894 0 .35-.071.666-.215.948a1.735 1.735 0 01-.578.667 1.376 1.376 0 01-.784.245zM25.706 24c1.53 0 2.294-.534 2.294-1.602 0-.617-.18-1.241-.542-1.873-.362-.632-.875-1.215-1.542-1.749-.666-.534-1.46-.964-2.384-1.29-.923-.326-1.94-.49-3.051-.49-1.123 0-2.145.164-3.065.49-.92.326-1.713.756-2.38 1.29-.666.534-1.18 1.117-1.54 1.749-.362.632-.543 1.256-.543 1.873 0 1.068.765 1.602 2.294 1.602h10.459zM12.46 24a1.495 1.495 0 01-.623-.739 2.092 2.092 0 01-.175-.978H6.07c-.071 0-.122-.017-.152-.05a.197.197 0 01-.045-.137c0-.427.123-.843.367-1.246a3.911 3.911 0 011.013-1.09c.43-.324.928-.582 1.492-.774a5.579 5.579 0 012.626-.223c.284.045.557.105.82.182.263.078.496.167.7.267.149-.249.33-.483.546-.703a4 4 0 01.753-.596 7.16 7.16 0 00-1.134-.494 7.924 7.924 0 00-2.496-.422c-.908 0-1.758.144-2.55.431a7.02 7.02 0 00-2.092 1.18 5.61 5.61 0 00-1.412 1.703A4.232 4.232 0 004 22.318c0 .546.163.963.488 1.25.326.288.817.432 1.475.432h6.497zm13.308-1.753H15.176c-.084 0-.144-.016-.18-.049a.177.177 0 01-.054-.138c0-.29.124-.623.372-.997.248-.373.608-.737 1.08-1.09.472-.353 1.052-.646 1.739-.88.687-.235 1.47-.352 2.348-.352.872 0 1.652.117 2.339.351.687.235 1.267.528 1.739.881.472.353.832.717 1.08 1.09.247.374.371.706.371.997 0 .06-.017.105-.053.138-.036.033-.099.049-.189.049z"
/>
</AccessibleSVG>
);
export default SignOthers32;