@meistericons/react
Version:
React icon library of meistericons.
14 lines (10 loc) • 952 B
JavaScript
;
/**
* @license @meistericons/react v0.21.1 - ISC
* The source code is licensed under the ISC license.
* See the root directory for the LICENSE file.
*/
import createMeisterIcons from '../createMeisterIcons.js';
const CodeSquareB = createMeisterIcons("code-square-b", [["path", { "fill": "currentColor", "stroke": "#000", "stroke-miterlimit": "10", "stroke-width": "1.5", "d": "M3 17V7c0-2.2 1.8-4 4-4h10c2.2 0 4 1.8 4 4v10c0 2.2-1.8 4-4 4H7c-2.3 0-4-1.8-4-4Z", "key": "378be04e4f8d09ef61bee1514315af7e86bb9cb2", "fillRule": "evenodd", "clipRule": "evenodd" }], ["path", { "stroke": "#fff", "stroke-linecap": "round", "stroke-miterlimit": "10", "stroke-width": "1.5", "d": "m13.8 10 1.4 1.5c.3.3.3.7 0 1l-1.4 1.4m-3.7 0-1.4-1.4c-.3-.3-.3-.7 0-1l1.4-1.4", "key": "f8ffb06c510f3fbc3478fdd493ed8366b7c24ebe", "fillRule": "evenodd", "clipRule": "evenodd" }]]);
export { CodeSquareB as default };
//# sourceMappingURL=CodeSquareB.js.map