UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.09 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var CameraOff = /*#__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: "M2.22 2.22c.3-.3.77-.3 1.06 0l18.5 18.5a.75.75 0 0 1-1.06 1.06l-.95-.94c-.32.1-.66.16-1.02.16H5.25A3.25 3.25 0 0 1 2 17.75v-9.5c0-1.4.89-2.6 2.14-3.05L2.22 3.28a.75.75 0 0 1 0-1.06Zm11.6 12.66a3 3 0 0 1-4.2-4.2L8.55 9.6a4.5 4.5 0 0 0 6.34 6.34l-1.07-1.07Zm2.62-1.62a4.5 4.5 0 0 0-5.2-5.2L7.65 4.47l.55-.9a2.25 2.25 0 0 1 1.92-1.07h3.8c.8 0 1.54.43 1.94 1.11L16.68 5h2.07C20.55 5 22 6.46 22 8.25v9.5c0 .32-.05.64-.14.93l-5.42-5.42Z" })); }); CameraOff.displayName = 'CameraOff'; export var CameraOffDimensions = { height: 24, width: 24 };