UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.13 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var StrikethroughGaNa = /*#__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: "M9 20.25V13.5H6.84a5.77 5.77 0 0 1-4.19 2.74 1 1 0 1 1-.3-1.98 4 4 0 0 0 1.85-.76H1.75a1 1 0 1 1 0-2h20.5a1 1 0 1 1 0 2H22v7a1 1 0 1 1-2 0v-7h-4.74l-.14 1.35 2.76-.34a1 1 0 0 1 .24 1.98l-4 .5a1 1 0 0 1-1.11-1.09l.23-2.4H11v6.75a1 1 0 1 1-2 0zm13-9.75V5a1 1 0 1 0-2 0v5.5h2zm-6.45 0L16 6.1a1 1 0 1 0-1.98-.2l-.46 4.6h2zm-4.55 0V4.75a1 1 0 1 0-2 0v5.75h2zm-3.11 0C7.97 9.97 8 9.46 8 9a1 1 0 0 0-1-1H2.5a1 1 0 1 0 0 2h3.44l-.08.5h2.03z" })); }); StrikethroughGaNa.displayName = 'StrikethroughGaNa'; export var StrikethroughGaNaDimensions = { height: 24, width: 24 };