UNPKG

@styled-icons/simple-icons

Version:

Simple Icons available as Styled Components

23 lines 1.75 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var Imou = /*#__PURE__*/React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg" }; return /*#__PURE__*/React.createElement(StyledIconBase, _extends({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 24 24" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M14.643 9.148A2.857 2.857 0 0 0 11.787 12a2.857 2.857 0 0 0 5.711 0 2.856 2.856 0 0 0-2.855-2.852zm-9.819.006a2.502 2.502 0 0 0-2.502 2.498v2.954c0 .088.072.16.16.16h.973a.16.16 0 0 0 .16-.16v-2.954a1.21 1.21 0 0 1 2.418 0v2.954c0 .088.073.16.162.16h.971a.162.162 0 0 0 .162-.16v-2.954a1.21 1.21 0 0 1 2.418 0v2.954c0 .088.071.16.16.16h.973a.16.16 0 0 0 .16-.16v-2.954a2.502 2.502 0 0 0-2.502-2.498c-.737 0-1.397.321-1.855.828a2.498 2.498 0 0 0-1.858-.828zM.16 9.285a.16.16 0 0 0-.16.16v5.16c0 .09.071.16.16.16h.963a.161.161 0 0 0 .162-.16v-5.16a.162.162 0 0 0-.162-.16H.16zm18.29 0a.161.161 0 0 0-.163.16v1.45c0 .089.073.16.162.16h.963a.16.16 0 0 0 .16-.16v-1.45a.16.16 0 0 0-.16-.16h-.963zm4.427 0a.161.161 0 0 0-.162.16v1.45c0 .089.073.16.162.16h.963a.16.16 0 0 0 .16-.16v-1.45a.16.16 0 0 0-.16-.16h-.963zm-8.234 1.147c.866 0 1.57.703 1.57 1.568a1.57 1.57 0 0 1-3.143 0c0-.865.706-1.568 1.573-1.568zm3.806 1.258a.162.162 0 0 0-.162.16v.08c0 1.544 1.2 2.861 2.746 2.92A2.858 2.858 0 0 0 24 12v-.15a.16.16 0 0 0-.16-.16h-.963a.162.162 0 0 0-.162.16V12a1.57 1.57 0 0 1-3.143 0v-.15a.16.16 0 0 0-.16-.16h-.963Z" })); }); Imou.displayName = 'Imou'; export var ImouDimensions = { height: 24, width: 24 };