UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.36 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var Bug = /*#__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.25 2c.38 0 .7.28.74.65l.01.1v.75c0 .64-.2 1.22-.53 1.7a3.75 3.75 0 0 1 2.52 3.3h.26a2.25 2.25 0 0 0 2.24-2.26V4.75a.75.75 0 0 1 1.5 0v1.48c0 2-1.56 3.65-3.54 3.76H17v1.5l4.25.01c.38 0 .7.28.75.65v.1c0 .38-.28.7-.65.74l-.1.01H17v2h.45a3.75 3.75 0 0 1 3.53 3.57v1.68a.75.75 0 0 1-1.5.1v-1.6c.01-1.18-.9-2.16-2.08-2.24l-.15-.01h-.48a5 5 0 0 1-9.54 0h-.49a2.25 2.25 0 0 0-2.24 2.26v1.48a.75.75 0 1 1-1.5.01v-1.48c0-2 1.56-3.65 3.54-3.76l.21-.01H7v-2H2.75a.75.75 0 0 1-.74-.65l-.01-.1c0-.38.28-.7.65-.74l.1-.01H7V10h-.46A3.75 3.75 0 0 1 3 6.42V4.75a.75.75 0 0 1 1.5-.1v1.59c0 1.19.92 2.17 2.09 2.25H7a3.75 3.75 0 0 1 2.52-3.28c-.3-.43-.48-.94-.52-1.5v-.96a.75.75 0 0 1 1.5-.1v.85a1.5 1.5 0 0 0 3 .15v-.9c0-.41.34-.75.75-.75z" })); }); Bug.displayName = 'Bug'; export var BugDimensions = { height: 24, width: 24 };