@braineet/ui
Version:
Braineet design system
18 lines • 995 B
JavaScript
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
import * as React from 'react';
import { jsx as _jsx } from "react/jsx-runtime";
function Italic(props) {
return /*#__PURE__*/_jsx("svg", _extends({
viewBox: "0 0 24 24",
fill: "none"
}, props, {
children: /*#__PURE__*/_jsx("path", {
opacity: 0.4,
fillRule: "evenodd",
clipRule: "evenodd",
d: "M15 7.5V6H10.5V7.5H11.453C11.6812 7.5 11.8565 7.70212 11.8242 7.92803L10.6916 15.8561C10.6389 16.2256 10.3224 16.5 9.94919 16.5H9V18H13.5V16.5H12.547C12.3188 16.5 12.1435 16.2979 12.1758 16.072L13.3084 8.14393C13.3611 7.77445 13.6776 7.5 14.0508 7.5H15Z",
fill: "currentColor"
})
}));
}
export default Italic;