UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 912 B
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var MusicNoteOff1 = /*#__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: "m12 13.06 8.72 8.72a.75.75 0 0 0 1.06-1.06L3.28 2.22a.75.75 0 1 0-1.06 1.06l8.28 8.28v3.32a4 4 0 1 0 1.5 3.37v-5.19Zm6.99-1.6-6.97-2.62-1.52-1.52V2.75a.75.75 0 0 1 1.01-.7l6.38 2.39A3.25 3.25 0 0 1 20 7.48v3.27a.75.75 0 0 1-1.01.7Z" })); }); MusicNoteOff1.displayName = 'MusicNoteOff1'; export var MusicNoteOff1Dimensions = { height: 24, width: 24 };